Microsoft Media Center Add-in for Silverlight 4
Maybe I overlooked but since I could't find the ADM template (win2003 domain) file for Silverlight I created one based on Microsoft's ADMX/L files and the documentation. Use at your own risk: … Read More
For those who haven't read v4 of the Deployment Guide, I found these installation switches saved me from having to modify the registry after deployment. /doNotRequireDRMPrompt /noupdate Examp… Read More
The easiest way I found to install it was to run the install /q. There is a registry key in HKLM/software/microsoft/silverlight. Delete the UpdateConsentMode key - that will prevent autoupdat… Read More
At times, the most recent version and the one actually available for direct download from the Silverlight website get a little out of whack. If this happens, and you need the most recent versio… Read More
1. Extract the EXE 2. Extract the 7z file 3. Merge the silverlight.msp into the silverlight.msi: msiexec /p silverlight.msp /a silverlight.msi /qb 4. Create your mst for costumizing Read More
1. silverlight.exe /extract get silverlight.msi and silverlight.7z 2. extract silverlight.7z get silverlight.msp 3. use msiexec /a silverlight.msi /p Silverlight.msp 4. create Mst file add y… Read More
Go to http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx, and download silverlight.exe. Silent installation from the .exe: silverlight.exe /q (doing a silent install fro… Read More
@ECHO OFF TITLE Microsoft Silverlight 4 REM http://www.silverlight.net/ REM --Ari-- 19.4.2010 taskkill /f /im iexplore.exe > NUL 2>&1 Silverlight.exe /q REM Test version: START http://www.mi… Read More
Silverlight.exe /q = command for quiet install mode Silverlight.exe /qu = command for quiet uninstall mode To get the MSI i used 7Zip to extract "silverlight.msi" Read More